3.602 \(\int (d x)^m \left (a+b x^n+c x^{2 n}\right )^{3/2} \, dx\)

Optimal. Leaf size=161 \[ \frac{a (d x)^{m+1} \sqrt{a+b x^n+c x^{2 n}} F_1\left (\frac{m+1}{n};-\frac{3}{2},-\frac{3}{2};\frac{m+n+1}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}},-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}}\right )}{d (m+1) \sqrt{\frac{2 c x^n}{b-\sqrt{b^2-4 a c}}+1} \sqrt{\frac{2 c x^n}{\sqrt{b^2-4 a c}+b}+1}} \]

[Out]

(a*(d*x)^(1 + m)*Sqrt[a + b*x^n + c*x^(2*n)]*AppellF1[(1 + m)/n, -3/2, -3/2, (1
+ m + n)/n, (-2*c*x^n)/(b - Sqrt[b^2 - 4*a*c]), (-2*c*x^n)/(b + Sqrt[b^2 - 4*a*c
])])/(d*(1 + m)*Sqrt[1 + (2*c*x^n)/(b - Sqrt[b^2 - 4*a*c])]*Sqrt[1 + (2*c*x^n)/(
b + Sqrt[b^2 - 4*a*c])])

_______________________________________________________________________________________

Rubi [A]  time = 0.485225, antiderivative size = 161, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083 \[ \frac{a (d x)^{m+1} \sqrt{a+b x^n+c x^{2 n}} F_1\left (\frac{m+1}{n};-\frac{3}{2},-\frac{3}{2};\frac{m+n+1}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}},-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}}\right )}{d (m+1) \sqrt{\frac{2 c x^n}{b-\sqrt{b^2-4 a c}}+1} \sqrt{\frac{2 c x^n}{\sqrt{b^2-4 a c}+b}+1}} \]

Antiderivative was successfully verified.

[In]  Int[(d*x)^m*(a + b*x^n + c*x^(2*n))^(3/2),x]

[Out]

(a*(d*x)^(1 + m)*Sqrt[a + b*x^n + c*x^(2*n)]*AppellF1[(1 + m)/n, -3/2, -3/2, (1
+ m + n)/n, (-2*c*x^n)/(b - Sqrt[b^2 - 4*a*c]), (-2*c*x^n)/(b + Sqrt[b^2 - 4*a*c
])])/(d*(1 + m)*Sqrt[1 + (2*c*x^n)/(b - Sqrt[b^2 - 4*a*c])]*Sqrt[1 + (2*c*x^n)/(
b + Sqrt[b^2 - 4*a*c])])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 39.9347, size = 139, normalized size = 0.86 \[ \frac{a \left (d x\right )^{m + 1} \sqrt{a + b x^{n} + c x^{2 n}} \operatorname{appellf_{1}}{\left (\frac{m + 1}{n},- \frac{3}{2},- \frac{3}{2},\frac{m + n + 1}{n},- \frac{2 c x^{n}}{b - \sqrt{- 4 a c + b^{2}}},- \frac{2 c x^{n}}{b + \sqrt{- 4 a c + b^{2}}} \right )}}{d \left (m + 1\right ) \sqrt{\frac{2 c x^{n}}{b - \sqrt{- 4 a c + b^{2}}} + 1} \sqrt{\frac{2 c x^{n}}{b + \sqrt{- 4 a c + b^{2}}} + 1}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((d*x)**m*(a+b*x**n+c*x**(2*n))**(3/2),x)

[Out]

a*(d*x)**(m + 1)*sqrt(a + b*x**n + c*x**(2*n))*appellf1((m + 1)/n, -3/2, -3/2, (
m + n + 1)/n, -2*c*x**n/(b - sqrt(-4*a*c + b**2)), -2*c*x**n/(b + sqrt(-4*a*c +
b**2)))/(d*(m + 1)*sqrt(2*c*x**n/(b - sqrt(-4*a*c + b**2)) + 1)*sqrt(2*c*x**n/(b
 + sqrt(-4*a*c + b**2)) + 1))

_______________________________________________________________________________________

Mathematica [B]  time = 11.5381, size = 5259, normalized size = 32.66 \[ \text{Result too large to show} \]

Warning: Unable to verify antiderivative.

[In]  Integrate[(d*x)^m*(a + b*x^n + c*x^(2*n))^(3/2),x]

[Out]

Result too large to show

_______________________________________________________________________________________

Maple [F]  time = 0.29, size = 0, normalized size = 0. \[ \int \left ( dx \right ) ^{m} \left ( a+b{x}^{n}+c{x}^{2\,n} \right ) ^{{\frac{3}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((d*x)^m*(a+b*x^n+c*x^(2*n))^(3/2),x)

[Out]

int((d*x)^m*(a+b*x^n+c*x^(2*n))^(3/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2 \, n} + b x^{n} + a\right )}^{\frac{3}{2}} \left (d x\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^(2*n) + b*x^n + a)^(3/2)*(d*x)^m,x, algorithm="maxima")

[Out]

integrate((c*x^(2*n) + b*x^n + a)^(3/2)*(d*x)^m, x)

_______________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^(2*n) + b*x^n + a)^(3/2)*(d*x)^m,x, algorithm="fricas")

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)**m*(a+b*x**n+c*x**(2*n))**(3/2),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2 \, n} + b x^{n} + a\right )}^{\frac{3}{2}} \left (d x\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^(2*n) + b*x^n + a)^(3/2)*(d*x)^m,x, algorithm="giac")

[Out]

integrate((c*x^(2*n) + b*x^n + a)^(3/2)*(d*x)^m, x)